home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 86 / PC_Format_September1998_Issue86.iso / Tech / DIRECTOR / data.z / Field Lingo.dir / Scripts_33_Concatenation Command 2.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  102 b   |  5 lines

  1. on mouseDown
  2.   doButton()
  3.   put "my favorite fruit is" && field "Test" into field "Favorite Text"
  4. end
  5.